StyledRange<T> Class Methods
In This Topic
For a list of all members of this type, see StyledRange<T> members.
Public Methods
| Name | Description |
 | Clear | Clears specific elements in the range. |
 | ReplaceContent | Searches into the content of the range and replaces all occurences of a specific value with a new value. |
 | ReplaceContents<TSearch,TNew> | Searches into the content of the range and replaces all instances of the searchValues with their corresponding newValues. |
Top
Protected Methods
See Also